libxl: do not modify static-max after domain creation
authorStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 22 Sep 2010 16:27:21 +0000 (17:27 +0100)
committerStefano Stabellini <stefano.stabellini@eu.citrix.com>
Wed, 22 Sep 2010 16:27:21 +0000 (17:27 +0100)
commit4edf6e82b78a1cc56932d8aeabe769ddca39a404
tree7f3173468a862c58a6056bfaa6bea0250c9d1037
parent6f566d13678ed1a13926e464ce4c98c19bb00f99
libxl: do not modify static-max after domain creation

static-max represents the maximum memory the domain can ever have,
therefore it shouldn't be changed after domain creation.

[adjusted to cope with code movement since patch series written -iwj]

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c